The syntax analyzer has one recursive procedure for each nonterminal u . 对于每个非终结符号U,语法分析程序都有一个递归过程。
The syntax analyzer has one recursive procedure for each nonterminal u 对于每个非终结符号u ,语法分析程序都有一个递归过程。
Such a design presents the same problems as a single recursive procedure , but can be harder to detect and debug 此类设计所产生的问题与单个递归过程所产生的问题相同,但更难检测和调试。
If you write a recursive procedure , you should test it very carefully to make sure it always meets some limiting condition 在编写递归过程时,应非常细心地进行测试,以确保它总是能满足某些限制条件。
You must design a recursive procedure to test for at least one condition that can terminate the recursion , and you must also handle the case where no such condition is satisfied within a reasonable number of recursive calls 您在设计一个递归过程时,必须至少测试一个可以终止此递归的条件,并且还必须对在合理的递归调用次数内未满足此类条件的情况进行处理。
Under the comprehensive research and generalization of digital image processing , we got the general procedure about digital image processing . based on the general procedure , following the agile method and extreme programming , applying the recursive procedure composed by require analyze 、 framework design 、 coding , finally we got a experimental 、 stable 、 opened score platform . we checked the theory by practice 通过对数字图像处理的全面研究和总结,得出数字图像处理的一般过程,以此一般过程为基础,按照敏捷思想和极限编程方法,通过需求分析,架构设计,编码等几个不断迭代进行的阶段,最终开发出一个具有实验性质的、稳定的、开放的评估平台,运用实践来检验了理论。